home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / tm301_2.zip / WWIV.SCR < prev   
Text File  |  1992-01-03  |  476b  |  24 lines

  1. ;
  2. ; WWIV.SCR is a log on script file for WWIV BBS
  3. ;
  4.  
  5. ID = "1"                     ; put your ID here
  6. Phone = "1212"               ; the last 4 digits of your phone number
  7. Graphics = "Y"               ; "Y"es or "N"o
  8.  
  9. SET AutoStop,On              ; stop script if carrier is lost
  10. Waitfor 0                    ; unlimited waiting time
  11.  
  12. Waitfor "graphics?"
  13. Put Graphics
  14.  
  15. Waitfor "NN:"
  16. Put ID
  17.  
  18. Waitfor "password:","PW:"
  19. Put "^&"
  20.  
  21. Waitfor "-###-"
  22. Put Phone
  23.  
  24.